home *** CD-ROM | disk | FTP | other *** search
- Path: newsbf02.news.aol.com!not-for-mail
- From: rakb@aol.com (RAKB)
- Newsgroups: comp.lang.c++
- Subject: Re: Forced override?
- Date: 2 Apr 1996 15:45:47 -0500
- Organization: America Online, Inc. (1-800-827-6364)
- Sender: root@newsbf02.news.aol.com
- Message-ID: <4js3lr$pnh@newsbf02.news.aol.com>
- References: <m1ybpgkvpa.fsf@zoger.ipost.com>
- NNTP-Posting-Host: newsbf02.mail.aol.com
- X-Newsreader: AOL Offline Reader
-
- Yes you can. Make the virtual function pure virtual by setting it equal
- to 0, as below:
-
- virtual void foofunc (void) = 0;
-
- Hope this helps.
-
-
- Rich B., ACP
-